home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 23 / CU Amiga - Super CD-ROM 23 (June 1998).iso / CreatingGames / Utilities / E / PsiloPlayer / PsiloPlayer.readme < prev    next >
Encoding:
Text File  |  1996-03-21  |  2.1 KB  |  49 lines

  1. Short: Simple module player with full E source
  2. Author: Petter E. Stokke <elvis5@sn.no>
  3. Uploader: Petter E. Stokke <elvis5@sn.no>
  4. Type: dev/e
  5.  
  6. PsiloPlayer is something I just whipped together once because  of  my
  7. chronically  low  memory  and  a  desire to listen to modules without
  8. loading something immense like DeliTracker.  It  came  to  be  rather
  9. compact,  and  surprisingly  bug-free, in the end. It's by no means a
  10. serious project, so the only reason I'm bothering to distribute it at
  11. all is for educational purposes.
  12.  
  13. If you are an  Amiga-E  programmer,  you'll  probably  get  something
  14. useful  out of this, either in the way of making your E programs play
  15. music, or in using EasyGUI. What the heck, I'll just sum up  what  it
  16. can  do,  and  you  decide  whether  you'd like some example code (or
  17. ready-made code if you like) for that or not.
  18.  
  19.    * EasyGUI interface that supports hotkeys (through a plugin)
  20.    * Implements an EasyGUI multiple-line two-column text plugin,
  21.      though mind you it's a little inflexible for other purposes...
  22.    * Plays MED/OctaMED 4/8-channel, ProTracker, PlaySID, and
  23.      JamCracker modules
  24.    * Is a commodity (wow... great...)
  25.    * Examines the module files and outputs some info about them
  26.    * Supports XPK compression and decompression (though compression
  27.      is hardcoded to use 'SQSH.100' - no requesters...)
  28.    * Well, it reads its own tooltypes and uses ASL requesters too...
  29.  
  30. Well, I hope some of you can get something useful  out  of  that.  If
  31. nothing else, there's a JamCracker replayer module, and some code for
  32. making your own replayers for E. There are also modules for using the
  33. playsid.library, which I believe nobody else have ported yet? So they
  34. may be useful.
  35.  
  36. If you're interested in playing MED modules from your  own  programs,
  37. you  should  also  take  a  look  at the port I made of the OctaMED 6
  38. replayer  sources,  which  you  ought  to  find  on  the  AmiNet   as
  39. dev/e/MEDModules.lha. Hopefully, they work. :-)
  40.  
  41. Comments can (if they ever get around to setting up my inet  account,
  42. which   they   haven't  yet,  so  finger  me  first!)  be  mailed  to
  43. elvis5@sn.no.
  44.  
  45. Ewige Blumenkraft!
  46.  
  47. - Petter E. Stokke
  48.  
  49.